- dates (list[str]): a list of date item found in the text
- date_intervals (list[str]) a list of date intervals found in the text
- times (list[str]): a list of times found in the text
- durations (list[str]): a list of duration found in the text
result
Description of your new file.
{
"date_time_entities": [
{
"dates":["str"],
"times": ["str"],
"locations": ["str"],
"appointment_with_persons": ["str"],
"reasons": ["str"]
}
]
}